home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
libs
/
dslibrary.lha
/
ds.library
/
autodocs
/
pragma
/
ds_lib.h
Wrap
C/C++ Source or Header
|
1997-02-13
|
1KB
|
37 lines
@DATABASE "pragma/ds_lib.h"
@MASTER "Workbench31:MCPP4.0_PRO/Aminet/ds.library/autodocs//include/pragma/ds_lib.h"
@REMARK This file was created by ADtoHT 2.1 on 13-Feb-97 20:07:58
@REMARK Do not edit
@REMARK ADtoHT is © 1993-1995 Christian Stieber
@NODE MAIN "pragma/ds_lib.h"
@{"pragma/ds_lib.h" LINK File}
@ENDNODE
@NODE File "pragma/ds_lib.h"
#ifndef _INCLUDE_PRAGMA_DS_LIB_H
#define _INCLUDE_PRAGMA_DS_LIB_H
#ifndef CLIB_DS_PROTOS_H
#include <@{"clib/DS_protos.h" LINK "clib/ds_protos.h/File"}>
#endif
#if defined(AZTEC_C) || defined(__MAXON__) || defined(__STORM__)
#pragma amicall(DSBase,0x01E,DS_BTreeOpen (d1,d2,d3,d4,d5))
#pragma amicall(DSBase,0x024,DS_BTreeClose (d1))
#pragma amicall(DSBase,0x02A,DS_BTreeInsert (d1,d2,d3))
#pragma amicall(DSBase,0x030,DS_BTreeDelete (d1,d2))
#pragma amicall(DSBase,0x036,DS_BTreeGetEntry (d1,d2,d3))
#endif
#if defined(_DCC) || defined(__SASC)
#pragma libcall DSBase DS_BTreeOpen 01E 5432105
#pragma libcall DSBase DS_BTreeClose 024 101
#pragma libcall DSBase DS_BTreeInsert 02A 32103
#pragma libcall DSBase DS_BTreeDelete 030 2102
#pragma libcall DSBase DS_BTreeGetEntry 036 32103
#endif
#endif /* _INCLUDE_PRAGMA_DS_LIB_H */
@ENDNODE